*RMC13008 - 01/24/2008 - The ROPES CPU checking algorithm has been * changed to use the CSRSI system service. * *Problem Summary: * The original method for performing CPU id checks included "walk- * ing" through the system from the CVT to the PCCA and then extract- * ing the required data. This does not represent a documented * or supported interface to this data. Since the Priviledged STSI * cannot be executed in CICS, we are converting to the CSRSI system * service to provide this data in an upward compatible way. * *Symptoms: * The location of the PCCA is subject to change by IBM. We want * the ROPES product to be as independent of z/OS internals as it is * possible to make it, so we are replacing any non-standard or * or deprecated methods with supported interfaces. * *Temporary Fix: * The following replacement object modules must be obtained from * technical support: * ROPEDCPU, ROPELSEC, R51ISPP, R51RS01, R51RS01S, R51SSTAT * The following new object modules must be obtained from * technical support: * ROPECSRB, ROPECSRI, R51CSRI * NOTE TO SELF: R51ISPP is actually S10ISPP, R51CSRI can be identical * to ROPECSRI * *Permanent Fix: * This problem will be corrected by PTF in the next release of * ROPES. * *End Of Document